Ham Parameters
Parameters for setting up Meshtastic for ameteur radio usage
Content copied to clipboard
meshtastic.HamParameters
Types
Properties
Functions
Link copied to clipboard
inline fun AdminProtos.HamParameters.copy(block: HamParametersKt.Dsl.() -> Unit): AdminProtos.HamParameters
inline fun AdminProtos.HamParameters.copy(block: HamParametersKt.Dsl.() -> Unit): AdminProtos.HamParameters
inline fun AdminProtos.HamParameters.copy(block: HamParametersKt.Dsl.() -> Unit): AdminProtos.HamParameters
inline fun AdminProtos.HamParameters.copy(block: HamParametersKt.Dsl.() -> Unit): AdminProtos.HamParameters
Link copied to clipboard
Amateur radio call sign, eg. KD2ABC
Content copied to clipboard
string call_sign = 1;
Link copied to clipboard
Amateur radio call sign, eg. KD2ABC
Content copied to clipboard
string call_sign = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The selected frequency of LoRA operation
Please respect your local laws, regulations, and band plans.
Ensure your radio is capable of operating of the selected frequency before setting this.
Content copied to clipboard
float frequency = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Optional short name of user
Content copied to clipboard
string short_name = 4;
Link copied to clipboard
Optional short name of user
Content copied to clipboard
string short_name = 4;
Link copied to clipboard
Transmit power in dBm at the LoRA transceiver, not including any amplification
Content copied to clipboard
int32 tx_power = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): AdminProtos.HamParameters
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): AdminProtos.HamParameters
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): AdminProtos.HamParameters
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): AdminProtos.HamParameters
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): AdminProtos.HamParameters
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): AdminProtos.HamParameters
Link copied to clipboard
Link copied to clipboard